cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Bingo Card</title>
<link rel="stylesheet"
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Bingo Card</title>
<link rel="stylesheet"
# Bingo Card Generator
> This is a Bingo Card Generator using HTML, CSS, and JS.
It's an application which generates a unique B
> This is a Bingo Card Generator using HTML, CSS, and JS.
It's an application which generates a unique B
function genNum() {
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n